All Questions
3 questions
4votes
2answers
3kviews
Replace unicode character in the string
A function which replaces an unicode character in a string: ...
11votes
1answer
223views
VS 2015 std::char_traits<char16_t> operations
At my workplace, we changed string type (which holds internationalized characters) for from std::wstring to std::u16string after ...
10votes
3answers
877views
Mutable String Class
Here is a String class that I've made for fun in my spare time, for myself. I have a few concerns about it, and am considering going immutable or a mix of the two ...